ObjectStoreIndex
data class ObjectStoreIndex(name: String, keyPath: KeyPath, unique: Boolean, multiEntry: Boolean)
Content copied to clipboard
Object store index.
Constructors
ObjectStoreIndex
Link copied to clipboard
fun ObjectStoreIndex(name: String, keyPath: KeyPath, unique: Boolean, multiEntry: Boolean)
Content copied to clipboard